Any time you want more information please open ¡§INSTALL¡¨ file from vim first.

 

Integration steps:

I.        Open example/main.c

II.      Copy and paste

A.      DefaultRulesInit ()

B.      IpFilterInit ()

these two functions into your streaming server initiation parts code.

III.    Be aware of your on the fly URL Command: PORT_SEARCH_1, PORT_SEARCH_2 ¡K

After URL command is given , your action script needs to invoke IpFilterInit() again.

l  There is no include file nor share library.

 

Patching Linux Kernel (to support TFTP)

TPL:

          # make menuconfig

          Enables the Networking  ---> Networking options  ---> Network packet filtering (replaces ipchains)  ---> IP: Netfilter Configuration  ---> TFTP protocol support

          # make

EPL and WPL:

          Please open TODO.diff with notepad or vim in which has the details of how to upgrade your kernel

 

 

Build Firmware steps:

I.        Inside your script please add this:

A.      TARGET=`pwd`/rootfs make -C CommonLibs/Firewall